home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00166_Script_index
< prev
next >
Wrap
Text File
|
1999-09-22
|
1KB
|
48 lines
on mouseUp
-- index
set xx to the clickOn
if the clickOn > 0 then
global gloson
if (gloson=1) or (the visible of window "gloss") then
global cspname
set yy to chars(cspname,1,1)
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
global ml, first, second, st, jump, lime, C, T, cline, jumpd
set the visible of sprite 105 to false
sound stop 2
updateStage
set the visible of sprite 105 to true
updateStage
if jumpd = 1 then
set T to 0
go to frame "ex1" of movie "ib"
else if jumpd = 2 then
go to movie "ic"
else
go to movie "ia"
end if
end if
end
on mouseDown
global ml, first, second, st, jump, lime, C, T, cline, jumpd
if the clickOn > 0 then
set xx to the clickOn
set mm to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
set the memberNum of sprite xx to the number of member ("r"&mm)
updateStage
if jumpd = 1 then
set jump to 1
set lime to cline
else
nothing
end if
end if
end